ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / CellsTemplate Property






In This Topic
    CellsTemplate Property (FlexGridBase<T>)
    In This Topic
    Gets the templates for the content cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CellsTemplate As CellTemplate
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As CellTemplate
     
    value = instance.CellsTemplate
    public virtual CellTemplate CellsTemplate {get;}
    public read-only property CellsTemplate: CellTemplate; virtual; 
    public function get CellsTemplate : CellTemplate
    public: __property virtual CellTemplate* get_CellsTemplate();
    public:
    virtual property CellTemplate^ CellsTemplate {
       CellTemplate^ get();
    }
    See Also